/*****网站内页，全局栏目头颜色设置－开始******/


h1,h2,h3,h4,h5,h6,p{margin: 0;padding: 0;}
.clear{clear: both;}
/*****内容区1200像素******/
@media (min-width: 768px) {
    .container {
        width:750px
    }
}
@media (min-width: 992px) {
    .container {
        width:970px
    }
}
@media (min-width: 1200px) {
    .container {
        width:1200px
    }
}



/* 公用标题样式 */
.bt {text-align: center;margin-bottom: 20px;position:relative;}
.bt h3 {font-size: 30px; font-weight: bold;letter-spacing: 2px;line-height: 1;margin-bottom: 15px;color: #1b1b1b;}
.bt h5 {text-transform: uppercase;font-size: 15px;line-height: 1;color: #666;margin-top: 5px;}
.bt .line{width: 70px;height: 4px;background: #0348a2;margin: auto;}
.bt hr {margin: -2px 0;border-top: 1px solid #bbb;}

@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px) {

  
  
}

@media (max-width: 767px) {
  
  .bt {margin: 0 15px 20px;}
  .bt h3{font-size: 26px;}

}



.home-ban{}
.home-ban img{width: 100%;}

.home-ban .flexslider .slides li{height: auto;}


.home-nav{}
.home-nav ul{overflow: hidden;background-image: linear-gradient(350deg,#27b7ff 0%,#006eb3 100%);}
.home-nav ul li{float: left;width: 25%;border-bottom: 1px solid #fff;border-right: 1px solid #fff;}
.home-nav ul li:nth-child(4n+4){border-right: none;}

.home-nav ul li a { display: block;text-align: center;color: #fff;padding: 12px 0;font-size: 14px;line-height: 1;}
.home-nav ul li a .fa { font-size: 30px;line-height: 1;margin-bottom: 10px;}
.home-nav ul li a p {font-size: 17px;line-height: 1;}
.home-nav ul li a:hover{background: #d10401;}

@media (min-width: 992px) and (max-width: 1200px){
  
}
@media (max-width: 992px){

}
@media (max-width: 767px){

}

@media (max-width: 415px){
 
}



.dh-btn { margin: 20px 0;text-align: center;padding: 0 20px;}
.dh-btn a {display: block; background: #c40000;color: #fff;border-radius: 50px; padding: 10px 0; font-size: 22px;line-height: 1;}
.dh-btn a .fa{margin-right: 5px;}



/* 产品中心 */
.cpzs{padding: 50px 0;}

.cp-nav{text-align: center;margin-bottom: 30px;}
.cp-nav ul{display: inline-block;}
.cp-nav ul li {float: left;margin: 0 5px 10px;text-align: center;}
.cp-nav ul li a {display: block;font-size: 14px;line-height: 1; color: #fff;  background: #0348a2;padding: 12px 20px;border-radius: 30px;}
.cp-nav ul li a:hover{border-color: #c40000;background: #c40000;}

.cp-int{text-align: center;padding: 15px 0;}
.cp-int h3 {font-size: 24px;line-height: 1;font-weight: bold;color: #222;letter-spacing: 1px;}
.cp-int h3 span{color: #b10000;}
.cp-int h5 { font-size: 20px;line-height: 1;font-weight: bold; letter-spacing: 1px;color: #222;margin-top: 8px;}
.cp-int h5 span{color: #0348a2;}

.cp-cont{}
.cp-cont ul{overflow: hidden;}
.cp-cont ul li{float: left;width: 25%;padding: 0 8px;margin-bottom:15px;}
.cp-cont ul li a{display: block;}
.cp-cont ul li a .cp-img { height: 200px; overflow: hidden; border: 2px solid #0348a2;background: #fff; display: flex;justify-content: center;}
.cp-cont ul li a .cp-img img {width: auto;transition: all .5s;height: 100%;}
.cp-cont ul li p { text-align: center; font-size: 16px;line-height: 1;color: #222;padding-top: 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.cp-cont ul li a:hover .cp-img img{transform: scale(1.1);}
.cp-cont ul li a:hover p{color: #1a509a;}

.cp-cont ul li a span {display: block; background: #ff3737;color: #fff;font-size: 14px; text-align: center; line-height: 1;padding: 8px 0;border-radius: 20px;width: 90%;margin: 5px auto 0;}

.cp-btn{text-align:center;margin-top: 20px;}
.cp-btn a { display: inline-block;  background: #1a509a;color: #fff; font-size: 15px; line-height: 1;  padding: 12px 35px; border-radius: 3px;box-shadow: 2px 2px 1px #133768;transition: all .5s;border: 2px solid #1a509a;}
.cp-btn a:hover{background: none;color: #1a509a;}

@media (min-width: 992px) and (max-width: 1200px){
  
  .cp-cont ul li{padding: 0 5px;}
  .cp-cont ul li a .cp-img{height:160px;}
  .cp-cont ul li p {font-size: 15px;}
  
}

@media (max-width: 992px){
  
  .cp-nav{margin-bottom:20px; }
  
  .cp-cont ul li{padding: 0 5px;}
  .cp-cont ul li a .cp-img{height:130px;}
  
  .cp-cont ul li p{padding: 5px 0;font-size: 14px;}
  
}

@media (max-width: 767px){
 
  .cpzs {padding: 0 0 30px;}
  
  .cp-nav { margin-bottom: 10px;}
  .cp-nav ul li { float: left;width: 50%;text-align: center;margin: 0 0 10px;padding: 0 2px;}
  .cp-nav ul li a{font-size: 13px;padding: 12px 0;}
  
  .cp-cont{padding: 0 10px;}
  .cp-cont ul li {width: 50%;margin-bottom: 5px;}
  .cp-cont ul li p {}
  
  .cp-btn {margin-top: 15px;}
  .cp-btn a{padding: 10px 35px;font-size: 14px;}
  
}


.adv-bg{background: url(../images/bg2.jpg)no-repeat center bottom;padding: 50px 0;text-align: center;}
.adv-bg h3 { font-size: 30px;  font-weight: bold;line-height: 1;color: #000; letter-spacing: 3px;}
.adv-bg h5 { font-size: 20px;line-height: 1;color: #333;margin: 10px 0;}
.adv-bg h5 span {display: inline-block; font-size: 30px; font-weight: bold;color: #c40000;font-style: italic;text-shadow: 2px 2px 1px #ffc879;margin: 0 3px;}
.adv-bg p {font-size: 22px; line-height: 1;color: #111;letter-spacing: 1px;}
.adv-list{margin-top: 20px;}
.adv-list ul{overflow: hidden;padding: 0 12%;}
.adv-list ul li{float: left;width: 25%;}
.adv-list ul li img {width: 120px; margin-bottom: 10px;}
.adv-list ul li p{font-weight: bold;}
.adv-bg a { display: inline-block;font-size: 16px;line-height: 1; font-weight: bold;letter-spacing: 4px;background: #c40000;color: #fff;padding: 10px 60px;border-radius: 30px;margin: 30px 0 10px;}
.adv-bg h4 { font-size: 20px;line-height: 1;color: #000;}




@media (max-width: 767px){

  .adv-bg{padding: 30px 0;}
  .adv-bg a{font-size: 16px;padding: 10px 40px;margin: 20px 0 10px;}
  .adv-bg h4 { font-size: 20px;}
  .adv-bg p{font-size: 16px;letter-spacing: 0px;}
  .adv-bg h3{font-size: 22px;letter-spacing: 1px;}
  .adv-list ul{padding: 0 15px;}
  .adv-list ul li p{}
  
  .adv-list ul li img {width: 80%;margin-bottom: 8px;}
  
  
}



/* 关于我们 */
.gywm{padding: 50px 0;}

.gy-img { float: left;width: 40%; position: relative;}
.gy-bor{border: 3px solid #0348a2;width: 40%;height: 360px;}
.gy-img iframe{}
.gy-img .slide{position: absolute;top: 20px;left: 20px;box-shadow: 4px 3px 1px rgb(2 41 133 / 70%)}

.gy-nr{float: right;width: 57%;position: relative;}
.gy-bt{margin-bottom: 30px;}
.gy-bt h3 {font-size: 30px;line-height: 1;font-weight: bold;letter-spacing: 2px;color: #222;}
.gy-bt h5 { font-size: 22px;line-height: 1;color: #0348a2;}
.gy-bt hr{border-top: 4px solid #ffffff;width: 75px;margin: 15px 0 8px;border-image: linear-gradient(to left,#3489c2,#00328b) 5;}

.gy-nr .gy-txt{height: 230px;overflow: hidden; overflow-y: auto;padding-right: 10px;}
.gy-nr .gy-txt p {font-size: 15px;line-height: 1.7;color: #666;}
.gy-txt::-webkit-scrollbar {width: 3px;background: #eee;border-radius: 10px;}
.gy-txt::-webkit-scrollbar-thumb { background-color: #0348a2;  -webkit-border-radius: 2em;-moz-border-radius: 2em;border-radius: 2em;}
.gy-nr a {display: inline-block;  font-size: 16px;line-height: 1; border: 3px solid #0348a2; padding: 12px 35px;color: #0348a2; margin-top: 20px; float: right;transition: all .5s;font-weight: bold;position: absolute;right: 10px;top: 10px;margin-top: 0;}
.gy-nr a:hover{background: #0348a2;color: #fff;border-color: #0348a2;}

@media (min-width: 992px) and (max-width: 1200px){
  
  .gy-adv{margin-top: 80px;width: 30%;}
  .gy-adv h3 {font-size: 15px;line-height: 1; color: #555;margin: 8px 0;}
  
  .gy-bt {margin-bottom: 20px;}
  .gy-bt hr{margin: 10px 0 5px;}
  
  .gy-nr .gy-txt{height: 190px;}
  
  .gy-nr img{height: 90px;}
  .gy-nr h3 {font-size: 24px;}
  .gy-nr h3 span{font-size: 20px;}

  .gy-nr .gy-txt p {font-size: 14px;line-height: 1.5;}
  .gy-nr a {font-size: 13px;padding: 12px 30px;margin-top: 10px;}
  
}
@media (max-width: 992px){


  
  .gywm{padding: 30px 0;}
.gy-bt { margin-bottom: 20px;}
  .gy-bt h3{font-size: 24px;}
  
.gy-nr {float: none;width: 100%;}
  .gy-nr .gy-txt{height: 150px;}
  .gy-nr .gy-txt p {font-size: 13px;line-height: 1.6;}
  .gy-nr a {font-size: 13px;padding: 12px 30px;margin-top: 20px;float: none;position: static;border: 2px solid;}
  
}
@media (max-width: 767px){

  .gywm {padding: 30px 0;}
  
  .gy-img {float: none;width: 100%;padding: 0 15px; margin: 0 0 20px;}
  .gy-bor {display: none;}
  .gy-img .slide{border: 3px solid #0348a2;padding: 6px;position: static;}
  .gy-img iframe { height: 240px;width: 100%;}
  .gy-nr img{display: none;}
  .gy-bt hr{margin: 10px 0 4px;}
  .gy-bt h3 {font-size: 22px;}
  .gy-bt h5{font-size: 18px;}
  .gy-bt {margin-bottom: 10px;display: none;}
  .gy-nr { float: none; width: 100%; padding: 0 15px;}
  .gy-nr .gy-txt {height: 250px;}
  .gy-nr .gy-txt p { font-size: 14px; line-height: 1.6;}
  .gy-nr a{margin-top: 10px;}
  
}

@media (max-width: 415px){
 
}





.s-ban{background: url(../images/bg3.jpg)no-repeat center fixed;padding: 50px 0;text-align: center;}

.s-ban h3 {color: #fff; font-size: 36px;line-height: 1;letter-spacing: 2px;}
.s-ban h5 { color: rgb(238 238 238 / 45%);font-size: 16px; line-height: 1;margin: 10px 0 20px;}

.s-list{text-align: center;}
.s-list ul{overflow: hidden;display: inline-block;}
.s-list ul li { float: left;font-size: 20px;line-height: 1;color: #fff;margin: 0 10px;}
.s-list ul li .fa{margin-right: 5px;color: #c60000;}

.s-ban a { display: inline-block; color: #fff; background: #c60000; padding: 10px 40px; font-size: 16px;letter-spacing: 2px; margin-top: 30px;border-radius: 1px;}
.s-ban a:hover{color: #c60000;background: #fff;font-weight: bold;}

@media (min-width: 992px) and (max-width: 1200px){
  

  
}
@media (max-width: 992px){

  .s-ban h3{font-size: 28px;}
  .s-ban h5{font-size: 14px;margin: 6px 0 15px;}
  .s-list ul li{font-size: 16px;}
  .s-ban a{font-size: 14px;}
  .s-ban{padding: 50px 0;}
  
  
  
}
@media (max-width: 767px){

  .s-ban {padding: 30px 15px;}
  .s-ban h3 {font-size: 22px;line-height: 1.3;letter-spacing: 1px;}
  .s-ban h5 {font-size: 13px;line-height: 1.2;}
  .s-list ul li {font-size: 14px;margin: 0 5px;}
  .s-list ul li .fa{margin-right: 3px;}
  .s-ban a {font-size: 13px;}
  
  
  

}



@media (max-width: 767px){
  
  
  
  
  
  
}








.youshi{padding: 80px 0 50px;}

.ys-bt{margin-bottom: 50px;}
.ys-bt h3 { background: url(../images/ys-bt.png)no-repeat center;color: #fff; text-align: center;background-size: auto 100%; font-size: 30px; line-height: 1;padding: 10px 0 12px;font-weight: bold;letter-spacing: 3px;font-style: italic;text-shadow: 1px 3px 1px rgb(0 35 128 / 70%);}
.ys-bt p {text-align: center; font-size: 18px;line-height: 1;color: #444;margin-top: 10px;}

.ys-cont{}
.ys-box{float: left;width: 50%;overflow: hidden;padding: 0 20px;}

.ys-box .ys-img{width: 40%;float: left;}
.ys-box .ys-img img{width: 100%;display: none;}

.ys-img .img-box{border-radius: 50%;width: 180px;height: 180px;overflow: hidden;margin: 0 auto 20px;box-shadow: inset 0 0 0 10px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);padding: 20px;transform: rotateY(0deg);transition: all .6s;}
.ys-img .img-box.img1{background: url(../images/ys-img1.jpg)no-repeat center;background-size: 100%;}
.ys-img .img-box.img2{background: url(../images/ys-img3.jpg)no-repeat center;background-size: 100%;}
.ys-img .img-box.img3{background: url(../images/ys-img2.jpg)no-repeat center;background-size: 100%;}
.ys-img .img-box.img4{background: url(../images/ys-img4.jpg)no-repeat center;background-size: 100%;}
.ys-img a{display: block;}
.ys-img img{width: 100%;}

.ys-box .ys-txt { width: 60%;float: right;padding-top: 30px;}
.ys-box .ys-txt h3 {font-size: 24px;line-height: 1;font-weight: bold;color: #c40000;letter-spacing: 1px; border-bottom: 2px solid #c40000; display: inline-block;padding-bottom: 10px;margin-bottom: 15px;}
.ys-box .ys-txt p { font-size: 16px;line-height: 1.3;color: #222;}

.ys-box.y2 .ys-img{float: left;}
.ys-box.y2 .ys-txt{float: right;}

.ys-box.y1 .ys-img{float: right;}
.ys-box.y1 .ys-txt{float: left;text-align: right;} 

@media (max-width: 767px){

  .ys-bt h3{font-size: 28px;padding: 8px 0 10px;}
  .ys-bt p{font-size: 14px;margin-top: 6px;}
  .ys-bt {margin-bottom: 20px;}
  
  .ys-box {float: none; padding: 0 15px;width: 100%;}
  .ys-box .ys-txt{padding-top: 10px;}
  .ys-box.y1 .ys-img{float: left;}
  .ys-box.y1 .ys-txt{float: right;text-align: left;padding-left: 20px;}
  .ys-box.y2 .ys-img{float: right;}
  .ys-box.y2 .ys-txt{float: left;text-align: right;padding-right: 20px;} 
  .ys-box .ys-txt h3{font-size: 22px;margin-bottom: 10px;}
  .ys-box .ys-txt p{font-size: 15px;}
  .ys-img .img-box { height: auto; width: auto;padding: 0;background: none !important;border-top-left-radius: 20px;border-top-right-radius: 0;border-bottom-left-radius: 0;border-bottom-right-radius: 20px;box-shadow: -4px 3px 1px #033893;}
  .ys-img .img-box img{display: block;}
  
  .youshi {padding: 30px 0 10px;}
  
}




/* 案例 */


.al-bg {background: #0348a2; padding: 50px 0;background-size: auto 100% !important;}

.al-bt{margin-bottom: 30px;}
.al-bt h3{color: #fff;}
.al-bt .line{background: #c40000;}

.al-cont{}
.al-list{}
.al-list ul{overflow: hidden;}
.al-list ul li{float: left;width: 25%;padding: 0 10px;margin-bottom: 20px;}
.al-list ul li a{display: block;border: 4px solid #eee;height: 210px;overflow: hidden;}
.al-list ul li a img{width: 100%;min-height: 100%;transition: all .6s;}
.al-list ul li a:hover img{transform: scale(1.1);}
.al-list ul li p {text-align: center; font-size: 17px;line-height: 1;color: #fff;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;margin-top: 5px;}

.al-btn{text-align: center;margin-top:20px;}
.al-btn a {  display: inline-block; font-size: 16px;line-height: 1; background: #0348a2; color: #fff; padding: 13px 40px; border-radius: 3px;transition: all .5s;border:1px solid ;}
.al-btn a:hover{background: #fff;color: #0348a2;font-weight:bold;}

@media (min-width: 992px) and (max-width: 1200px){
  
  .al-list ul li a{height: 210px;}
  
  
}
@media (max-width: 992px){
  
  .al-bg{padding: 30px 0;}
  .al-list ul li a{height: 150px;}
  .al-list ul li {padding: 0 7px;margin-bottom: 15px;}
  

}
@media (max-width: 767px){

  .anli{padding: 0;}
  
  .al-bg{padding: 30px 10px;}
  .al-list ul li {width: 50%;padding: 0 5px;margin-bottom: 10px;}
  .al-list ul li a{height: 130px;}
  .al-list ul li p {font-size: 14px;}
  .al-bt{text-align: center;margin-bottom: 20px;}
  .al-bt h3{font-size: 24px;line-height: 1;font-weight: bold;color: #fff;letter-spacing: 2px;}
  
  .al-btn a{font-size: 13px;padding: 11px 35px;}
  
}

@media (max-width: 415px){
 
}

.liucheng{padding: 50px 0;background: #f5f5f5;}

.lc-cont{}
.lc-cont ul{overflow: hidden;}
.lc-cont ul li{float:left;}
.lc-cont ul li.lc-box{width: 13%;}
.lc-cont ul li.lc-box .lc-img { height: 100px;overflow: hidden;}
.lc-cont ul li.lc-box .lc-img img{width: 100%;}
.lc-cont ul li.lc-box .lc-txt { background: #006ab8;color: #fff;text-align: center;padding: 10px 15px;}
.lc-cont ul li.lc-box .lc-txt h3 {font-size: 16px;line-height: 1;letter-spacing: 2px;border-bottom: 1px dashed #fff;padding-bottom: 8px;margin-bottom: 6px;}
.lc-cont ul li.lc-box .lc-txt h5 {font-size: 16px; line-height: 1;letter-spacing: 2px;}

.lc-cont ul li.lc-ico{text-align: center;width: 4.4%;margin-top: 80px;}
.lc-cont ul li.lc-ico img{}

@media (min-width: 1200px) and (max-width: 1440px){
  
  .lc-cont ul li.lc-box .lc-img {height: 110px;overflow: hidden;}
  .lc-cont ul li.lc-ico{margin-top: 60px;}
  
}

@media (min-width: 992px) and (max-width: 1200px){
  
  .lc-cont ul li.lc-box .lc-img{height: 90px;}
  
}
@media (max-width: 992px){
  
  .liucheng {padding: 30px 0;}
  .lc-cont ul li.lc-box {width: 20%;}
.lc-cont ul li.lc-ico {text-align: center; width: 6.6%;margin-top: 60px;}
  .lc-cont ul li{margin-bottom: 20px;}
  .lc-cont ul li.lc-box .lc-img{height: 100px;}
  
  
}
@media (max-width: 767px){

  .lc-cont {padding: 0 15px;}
  .lc-cont ul li.lc-box {width: 28%;}
  .lc-cont ul li.lc-ico{width: 5%;margin-top: 40px;}
  .lc-cont ul li.lc-ico img {width: 80%; margin: auto;}
  .lc-cont ul li.lc-box .lc-img {height: 60px;}
  
  .lc-cont ul li.lc-box .lc-txt h3{font-size: 13px;padding-bottom: 5px;margin-bottom: 5px;}
  .lc-cont ul li.lc-box .lc-txt h5{font-size: 14px;}
  .lc-cont ul li.lc-box .lc-txt{padding: 4px 10px;}
  
}


/* 新闻 */


.xinw{padding: 50px 0;background: url(../images/xw-bg.jpg)no-repeat center bottom;}
.xinw-bt{margin-bottom: 40px;}
.xinw-bt h3 {font-size: 30px;font-weight: bold;letter-spacing: 2px;line-height: 30px;margin-bottom: 15px;}
.xinw-bt h3 span{color: #0348a2;}
.xinw-bt p {font-size: 17px;line-height: 17px;color: #888;}

.xinw-cont{}
.xinw-title { padding-bottom: 10px; border-bottom: 1px solid #ddd; margin-bottom: 15px;}
.xinw-title h3 {float: left;font-size: 22px;font-weight: bold;letter-spacing: 2px;color: #444;line-height: 22px;}
.xinw-title a {display: inline-block; float: right; margin-right: 10px; font-size: 15px; text-transform: uppercase;line-height: 1;}
.xinw-title img { height: 28px;margin-right: 5px; vertical-align: text-bottom;}

.xinw-left{float: left;width: 60%;}

.xinw-left .nav-tabs {border-bottom: 1px solid #ddd;margin-bottom: 15px;}
.xinw-left .nav-tabs>li {float: left;margin-bottom: 0;text-align: center;margin-right: 15px;}
.xinw-left .nav>li>a>img{height: 24px;margin-right: 5px;vertical-align: text-top;}
.xinw-left .nav>li>a{padding: 0;}
.xinw-left .nav-tabs>li>a {
    margin-right: 0;
    line-height: 1;
    border: none;
    border-radius: 0;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #555;position: relative;padding: 0 10px 15px;
}
.xinw-left .nav-tabs>li>a .fa{position: absolute;width: 100%;text-align: center;bottom: 0;left: 0;line-height: 10px;font-size: 20px;display: none;}
.xinw-left .nav-tabs>li:last-child>a{border: none !important;} 
.xinw-left .nav-tabs>li.active>a, .xinw-left .nav-tabs>li.active>a:focus, .xinw-left .nav-tabs>li.active>a:hover {
    color: #0348a2;
    cursor: pointer;
    background: none;
    border: none;

}
.xinw-left .nav-tabs>li.active>a .fa, .xinw-left .nav-tabs>li.active>a .fa:focus, .xinw-left .nav-tabs>li.active>a:hover .fa{
  display: block;
}

.xwdt{}
.xwdt_img{width: 27%;margin-right: 3%;float: left;height: 130px;overflow: hidden;}
.xwdt_img img{width: 100%;min-height: 100%;}
.xwdt_info{float: left;width: 70%;}
.xwdt_info h3 {font-size: 18px;line-height: 1;margin-bottom: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.xwdt_info h5 {font-size: 13px; line-height: 1;color: #888;margin-bottom: 10px;}
.xwdt_info p { font-size: 13px;line-height: 1.4; color: #666;}
.xwdt_list{margin-top: 10px;}
.xwdt_list li{border-bottom: 1px dashed #ddd;}
.xwdt_list li a{display: block;padding: 10px;}
.xwdt_title {float: left;width: 80%;font-size: 15px;line-height: 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.xwdt_title i { color: #0348a2;margin-right: 5px;}
.xwdt_date{float: right;width: 20%;text-align: right;padding-right: 10px;font-size: 12px;line-height: 12px;}

.xinw-right{float: right;width: 36%;}

.dowebok{height:330px;}
.dowebok li {margin-bottom: 10px;border-bottom: 1px dashed #bbb;padding-bottom: 10px;}
.dowebok li a{display: block;}
.dowebok li a:hover{text-decoration: none;}
.dowebok h3 { font-size: 15px; line-height: 1; overflow: hidden;margin-bottom: 5px;text-overflow: ellipsis;white-space: nowrap;color: #333;font-weight:bold;}
.dowebok p { font-size: 13px;line-height: 1.3;color: #666;}
.dowebok a:hover h3{color: #0348a2;}

@media (min-width: 992px) and (max-width: 1200px){
  
}
@media (max-width: 992px){

}
@media (max-width: 767px){
  .xinw-bt{margin-bottom: 30px}
  .xinw { padding: 30px 0 0;}
  .xinw-bt h3 { font-size: 2.4rem;  font-weight: bold;letter-spacing: 1px;line-height: 1; margin-bottom: 10px;}

  .xinw-left .nav-tabs>li{margin-right: 0;}
  .xinw-left .nav-tabs>li>a{font-size: 16px;padding: 0 10px 10px;}
  
  .xwdt_info h3{font-size: 16px;}
  .xwdt_info p {font-size: 12px;line-height: 1.4;color: #666;}
  
  .xinw-left,.xinw-right {float: none; width: 100%;padding: 0 10px;margin-bottom: 25px;}
  .xwdt_img {width: 100%; margin-right: 0;float: none;height: auto;overflow: hidden;margin-bottom: 10px;}
  .xwdt_info { float: none;width: 100%;}
  .xwdt_title {
    float: left;
    width: 80%;
    font-size: 1.4rem;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
  .xwdt_date {float: right; width: 20%; text-align: right;padding-right: 0;font-size: 12px;line-height: 1;}
  .xinw-title h3{font-size: 16px;}
  .xinw-title a{font-size: 12px;}
  .xwdt_list li a {padding: 10px 5px;}
}

/* 友情链接 */
.links {margin: 30px 0 0;}
.links span {font-size: 16px; line-height: 1.5; color: #0348a2; font-weight: bold;text-transform: uppercase;display: inline-block;margin-bottom: 5px;}
.links span b {font-size: 18px; background: #0348a2; color: #fff;  line-height: 1; padding: 2px 10px;margin-right: 5px;border-radius: 2px;}
.links a{margin: 0 5px;font-size: 14px;line-height: 1.5;color: #666;}
.links a:hover{color: #0348a2;}

@media (max-width: 767px){

  .links{padding: 0 15px;margin: 0 0 15px;}
  
  .links span b{font-size: 16px;}
  .links span{font-size: 15px;}
  .links a {font-size: 13px;}

}


/*底部*/
.footers{background: #343434;}

.f-nav {padding: 15px 0;}
.f-nav ul { overflow: hidden; border-bottom: 1px solid #888;padding-bottom: 15px;}
.f-nav ul li {float: left;padding: 5px 0;}

.f-nav ul li a { color: #fff; display: block;font-size: 15px;line-height: 1;border-right: 1px solid #ccc;padding: 0 44px;}
.f-nav ul li:last-child a{border: none;}
.f-nav ul li a:hover{color: #c40000;}

.f_one{}

.f-lx{float: left;width: 50%;padding: 10px 0 10px 15px;}
.f-lx h3 { font-size: 22px; line-height: 1;color: #fff;font-weight: bold;letter-spacing: 1px;margin-bottom: 10px;}
.f-lx p { font-size: 15px;line-height: 1.5;color: #fff;}
.f-lx p a:hover{color: #c40000;}

.f-dh{float: left;text-align: right;width: 25%;color: #fff;margin-top: 20px;}
.f-dh p {font-size: 16px;line-height: 1;letter-spacing: 2px;}
.f-dh h4 {font-size: 30px;line-height: 1;margin: 15px 0;}
.f-dh a { display: inline-block;font-size: 15px;line-height: 1;border: 1px solid #fff; padding: 12px 30px;border-radius: 3px;}
.f-dh a:hover{background: #fff;font-weight: bold;color: #c40000;}

.f-ewm {float: right;width: 10%; margin-right: 4%;margin-top: 20px;}
.f-ewm .ewm-box { }
.f-ewm .ewm-box img{width: 100%;}
.f-ewm .ewm-box p { font-size: 14px;  line-height: 1; color: #fff; text-align: center;margin-top: 3px;}

.sec-tit.left-keyword-tit, .themain {display: block;}
.themain {
    clear: both;
    text-align: center;
    color: #fff;
}
.themain a {
    color: #fff;
    margin: 0 5px;
}

p.copyright {  font-size: 15px; line-height: 1;color: #fff;  padding: 12px 0; text-align: center; border-top: 1px solid #eee;margin-top: 20px;}
p.copyright a:hover{color: #c40000;}
@media (max-width: 768px){
/*手机底部菜单*/
.footers { display:none}
.footer {background: #21272f;display: -webkit-box;width: 100%;margin-top: 6px;background-size: 9px 128px;position: fixed;z-index: 110;bottom: 0;left: 0; display:block; line-height:45px;}
.footer a {-webkit-box-flex: 1;display: -webkit-box;color: #fff; display:inline-block; width:32%;font: 100 16px/35px "微软雅黑";height: 35px; line-height:35px; text-align:center;}
.footer a i { padding-right:5px;}
.hr { height:45px;}
}


.mo-footer{background: #f3f3f3;padding: 20px 20px 70px;}
.mo-footer h3 { font-size: 22px; line-height: 1; font-weight: bold;font-family: monospace; margin-bottom: 8px;}
.mo-footer p {font-size: 14px;line-height: 1.5;color: #444;}



@media (min-width: 992px) and (max-width: 1200px){
  
 
  
}
@media (max-width: 992px){

 
}
@media (max-width: 767px){

}


/* 内页 */
.page-body { margin: 20px auto 50px;}
.left_menu {float: left;width: 23%;padding: 0 20px 0 0;}
.page-body .col-md-9{float: left;width: 77%;padding: 0;}


/* 左侧菜单 */
.page-body .sec-tit { margin-top: 15px;background: #0348a2; height: 50px; line-height: 1; border: none;}
.sec-tit h2 { float: none;  margin-top: 0; margin-bottom: 0;height: auto; line-height: 50px; font-weight: normal; font-size: 20px; color: #fff; border-bottom: none; text-align: center;}

.page-l-clist{border: none;margin-top: 3px;}
.page-l-clist ul { padding: 0; border: none;}
.page-l-clist li.layer1 { height: auto;line-height: 1;text-align: left; font-size: 16px; border-bottom: none;z-index: 1;}
.page-l-clist li.layer1 a { display: block; overflow: hidden;padding: 15px 10px; border-bottom: 1px solid #ddd;background: #eee;font-size: 15px; line-height: 1;}
.page-l-clist li.layer1 a span{float: left;}
.page-l-clist li.layer1 a .fa{float: right;}
.page-l-clist li a:hover {height: auto;color: #fff; background: #0348a2;}
.page-l-clist li.layer1.on a{height: auto;color: #fff; background: #0348a2;}

.page-l-clist li .layer2 { position: absolute;left: 100%; top: 0px; width: 210px; padding: 0;background: #f5f5f5; z-index: 9999;}
.page-l-clist li .layer2 ul{border: none;}
.page-l-clist li .layer2 ul li {height: auto; line-height: 1; border: none;}

.left-news{border: 1px solid #0348a2;padding: 5px 10px;}
.left-news li {border-bottom: none;}
.left-news li a{display: block;padding: 8px 0;}
.left-news li a h5 {line-height: 1;text-align: left; font-size: 14px; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;color: #555;}
.left-news li a h5 .fa{margin-right: 5px;}
.left-news li a:hover h5{color: #0348a2;text-decoration: underline;}
.left-news li a:hover h5 .fa{color: #0348a2;}

.wp-pagenavi{text-align: center;}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #222;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0348a2;
    border-color: #0348a2;
}



.crumbs-item {line-height: 1; border: none; overflow: hidden; margin-bottom: 0;background: #fafafa; box-shadow: 0 0 5px #ddd; padding: 15px 0;}
.crumbs-item h6 { font-size: 14px; line-height: 1;  color: #666;  border-left: 2px solid #44392a; padding: 2px 10px;}

.page-title{margin-bottom: 20px;}
.page-title h3 { color: #222;text-align: center;font-size: 26px;line-height: 1;font-weight: bold;letter-spacing: 1px;}


/* 图片列表 */
.page-alist {margin-top: 0;}
.page-alist .col-md-3{margin-bottom: 15px;padding: 0 8px;}
.page-alist .col-md-3 a{display:block;overflow: hidden;}
.page-alist .col-md-3 a h5 { font-size: 16px;line-height: 1;height: auto;padding: 10px 0 0; color: #343434;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float: none;width: 100%;}
.page-alist .col-md-3 a:hover h5{color: #0348a2;}
.page-alist .col-md-3 a .img-inner{width: auto;height: 200px;border: 2px solid #ddd;padding: 0;overflow: hidden;display: flex;padding: 5px;}
.page-alist .col-md-3 a .img-inner img{ display: inline-block; margin: auto; max-width: 100%;max-height: 100%;}
.page-alist .col-md-3 a .img-inner:hover{border-color: #0348a2;}
.page-alist .col-md-3 a:hover .img-inner img{transform: scale(1.1);}

.page-alist .col-md-4{margin-bottom: 15px;padding: 0 8px;}
.page-alist .col-md-4 a{display:block;border: 1px solid #ddd;}
.page-alist .col-md-4 a h5 { font-size: 16px;line-height: 1;height: auto;margin-top: 10px; color: #555;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page-alist .col-md-4 a:hover h5{color: #0348a2;}
.page-alist .col-md-4 a .img-inner {  width: auto;  height: 220px;  border: none; padding: 0; overflow: hidden; display: flex; flex-wrap: wrap;align-content: center;padding: 5px;}
.page-alist .col-md-4 a .img-inner img { display: inline-block; margin: auto; max-width: 100%;max-height: 100%;}
.page-alist .col-md-4 a .img-inner:hover{border: none;}
.page-alist .col-md-4 a:hover .img-inner img{transform: scale(1.1);}

.product-alist .col-md-3{padding: 0 5px;}
.product-alist .col-md-3 a .img-inner{height: 170px;}
.product-alist .col-md-3 a h5{font-size: 15px;}

/* 新闻列表 */

.page-alist .page-adate {width: 70px;height: 65px;background: #0348a2; color: #fff;}

.page-alist .page-adate h3 { font-size: 28px;line-height: 1;margin-bottom: 5px;}
.page-alist .page-adate p { font-size: 14px;line-height: 1; margin-bottom: 0;}

.media-heading {margin-top: 0; margin-bottom: 5px; font-size: 18px; font-weight: normal;color: #222;}
.page-alist .page-atit p {color: #666;font-size: 14px; line-height: 1.5;}

.page-atit a:hover .media-heading{color: #0348a2;}

.page-alist{}
.page-alist li{padding-top: 0;margin-bottom:15px;}


.list-title{overflow: hidden;}
.list-title h3{float:left;width: 85%;font-size: 16px;line-height: 1;color: #444;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.list-title h3 .fa{margin-right: 5px;}
.list-title span { float: right; width: 15%;  font-size: 12px;text-align: right; line-height: 1; display: inline-block;color: #999;}
.list-title p.list-desc { font-size: 14px;line-height: 1;color: #777;}
.list-title p.list-desc span{color:#0348a2}
.list-title h3:hover{color: #0348a2;}


/* 详情页 */
.page-con-tit{}
.page-con-tit h1 { font-size: 20px; line-height: 1; letter-spacing: 1px; padding-bottom: 10px;}

.page-content{padding: 0 15px 15px;}
.page-content p {font-size: 15px; line-height: 1.7;  color: #444;margin-bottom: 6px;}

td, th { padding: 0; padding: 5px;font-size: 15px;line-height: 1.5;}


/* 地图 */
.page-addr{margin-top: 30px;}
.page-addr iframe{width: 100%;}



.page-nav{padding: 0 10px;margin-bottom:20px;text-align: center;}
.page-nav ul{overflow: hidden;display: inline-block;}
.page-nav ul li{float: left;margin-bottom: 10px;padding: 0 5px;}
.page-nav ul li a {display: block; font-size: 15px;line-height: 1;padding: 12px 35px; border: 1px solid #ccc;}
.page-nav ul li a:hover {  background: #c40000; color: #fff;}
.page-nav ul li.now a{  background: #c40000; color: #fff;}


@media (min-width: 992px) and (max-width: 1200px){
  
}
@media (max-width: 992px){

  .page-title{display: none;}
  .page-body .col-md-9{float: none;width: 100%;}
  
  .page-alist .col-md-4 {  margin-bottom: 15px; padding: 0 8px; float: left; width: 33.3333%;}
  .page-alist .col-md-4 a .img-inner{height: 170px;}
  
  .page-alist .col-md-3 {margin-bottom: 15px; float: left;width: 25%;}
  .page-alist .col-md-3 a .img-inner{height: 170px;}
  
  .news_alist li a{padding:15px;}
  .news_alist li a p.description {font-size: 13px; line-height: 1.5;color: #777;}
  
  .page-nav{display: block;margin-bottom: 10px;}
  
}
@media (max-width: 767px){

  .page-body {margin: 15px auto 50px;}
  .crumbs-item{padding: 10px 0;}
  
  .page-alist{padding: 0 10px;}
  .page-alist .col-md-4{padding: 0 5px;}
  
  .img-inner { height: 120px;}
  
  .page-alist .col-md-4 { margin-bottom: 10px;width: 50%;}
  .page-alist .col-md-4 a .img-inner {height: 140px;padding: 3px;}
  .page-alist .col-md-4 a h5{font-size: 14px;}
  
  .page-alist .col-md-3 {margin-bottom: 10px;float: left;width: 50%;padding: 0 3px;}
  .page-alist .col-md-3 a .img-inner{padding: 3px;height: 130px;}
  .page-alist .col-md-3 a h5 {font-size: 13px;padding: 5px 0 0;}
  
  .list-title h3{font-size: 14px;width: 80%;}
  .list-title span{width: 20%;}
  
 
  .page-alist .page-adate h3{font-size: 24px;margin-top: 10px;}
  .page-alist .page-adate p{font-size: 13px;}
  
  .page-alist .page-atit p { color: #666; font-size: 13px;line-height: 1.5;height: 4rem;}
  
  .page-con-tit h1 { font-size: 18px;  line-height: 1;letter-spacing: 0;padding-bottom: 10px;}
  
  .page-nav ul{display: block;}
  .page-nav ul li{width: 50%;padding: 0 3px;margin-bottom: 6px;}
  .page-nav ul li a {font-size: 13px; padding: 10px 0;}
  
  
  
  .news_alist li a { padding: 10px;}
  
  .page-content p { font-size: 13px;  line-height: 1.5;color: #444;margin-bottom: 5px;}
  
}



/* 右侧二维码 */
#right-ewm{position: fixed;right: 0;top: 66%;z-index: 999;margin-top: 150px;}
#right-ewm .ewm-box {text-align: center;background: #0063a7;padding: 8px 5px;width: 70px;height: 70px;position: relative;cursor: pointer;}
#right-ewm .ewm-box img.ico{width: 40px;margin-bottom: 3px;}
#right-ewm .ewm-box p {font-size: 12px;line-height: 1; color: #fff;}

.ewm-box .ewm-img { position: absolute;right: 120%;bottom: 0; background: #0e5d9e;padding: 10px;width: 150px;height: auto;display: none;}
.ewm-box .ewm-img span {position: absolute;display: inline-block;width: 12px;height: 12px;background: #0e5d9e;right: -6px;bottom: 12px;transform: rotate(45deg);}
.ewm-box .ewm-img img{width: 100%;margin-bottom: 5px;height: auto !important;}
.ewm-box .ewm-img h5{font-size: 13px;line-height: 1;color:#fff;}
.ewm-box:hover .ewm-img{display: block;}


